home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7970 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  961 b 

  1. Path: news.nstn.ca!news
  2. From: John Bears <jbears@admin.ucis.dal.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: 32-bit DOS with Borland C++ 4.52
  5. Date: Thu, 15 Feb 1996 23:48:12 -0400
  6. Organization: Dalhousie University
  7. Message-ID: <3123FE7C.5C6D@admin.ucis.dal.ca>
  8. References: <3121A093.5524@mediaport.org>
  9. NNTP-Posting-Host: jbears.ucis.dal.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14. CC: jbears@admin.ucis.dal.ca
  15.  
  16. I don't know about the powerpack but you can produce 32 bit Win32
  17. "console" (basically 32 bit dos) applications.  (when targeting win32 
  18. in bc4.52 you only have 2 choices - GUI or console)
  19.  
  20. I have produced a simple 32 bit "console" cgi program (which does 
  21. basically nothing more than output a bunch of printfs) under win95 and 
  22. it ran in a dos window fine on both win95 and windowsnt 3.51
  23.  
  24. you may want to try a few simple tests targeting win32/console
  25.  
  26. John Bears
  27.